prepare("delete from customers where sn = $id") ; if($sql->execute()) header("location: customers.php") ; ?>